Much can be learned about astronomical objects through data visualizations. Using datasets containing various information about exoplanets from Nasa Exoplanet Archive and The Extrasolar Planets Encyclopedia, I will illustrate various properties of exoplanets.
library(ggplot2)
## Warning: package 'ggplot2' was built under R version 3.5.3
Exoplanet.Archive <- read.csv(file="composite_planet_data.csv")
Exoplanet.Archive